@charset "utf-8";
/* CSS Document */
#indexbg {
	background-image:url(../imgs/minimalistic-firefox-logo.jpg);
}

#secondbg {
	background-image:url(../imgs/mozilla-firefox-wallpaper.png);
}

body {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color:#FFFFFF;
	text-align:justify;
}

footer {
	font-style:italic;
	font-size:24px;
	text-align:center;
}
a:visited {
	color:#FFFFFF;
}

a:hover {
	color:#474747;
}

h3, h4 {
	text-decoration:underline;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	background-attachment:fixed;	
	color:#222222;
}

header {
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-width:3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style:solid;	
}

#backindex {
	background-image:url(../imgs/img-noise-361x370.png);
	border-top-color:#114581;
	border-right-color:#114581;
	border-left-color:#114581;
	border-bottom-color:#114581;
	color:#A3A3A3;
}

#backsecond {
	background-image:url(../imgs/img-noise.png);
	border-top-color:#EFC067;
	border-right-color:#EFC067;
	border-left-color:#EFC067;
	border-bottom-color:#EFC067;
	color:#4C4C4C;
}

#subt-header {
	font-style:oblique;
}

#colorcl {
	color:#4C4C4C;
}

#fecha {
	font-size: 12px;
	font-style:italic;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:600;
	color:#D4D4D4;
}

